<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	box-sizing: content-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: arial, "微软雅黑", Helvetica, sans-serif;
}

li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
}

img {
	border: 0px;
	max-width: 100%;
	/*display:block;*/
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1150 {
	width: 1150px;
	margin: 0 auto;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.w900 {
	width: 900px;
	margin: 0 auto;
}

.w333 {
	width: 33.3333%;
	float: left;
}

.w50 {
	width: 50%;
	float: left;
}

.w666 {
	width: 66.6666%;
	float: left;
}

.w25 {
	width: 25%;
	float: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.location {
	border-bottom: 1px solid #ddd;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 20px;
	background: url({pboot:sitetplpath}/images/location.png) no-repeat left center;
	background-size: auto 16px;
}

.location a {
	display: inline-block;
	line-height: 32px;
	/*float: left;*/
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w14 {
	width: 1400px;
	max-width: 92%;
	margin: 0 auto;
}

.com-img {
	overflow: hidden;
}

.com-img img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.com-img:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1);
}

/* 水平垂直居中 */
.cell_mid {
	display: table;
	height: 100%;
	width: 100%;
}

.cell_h {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

/*clearfix清除浮动*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

/* 公共标题 */
.ind_tit {
	width: 100%;
	height: 115px;
}

.ind_tit .tit {
	padding-left: 4%;
	color: white;
	font-weight: bold;
	text-align: left;
}

.ind_tit .tit h3 {
	position: relative;
	font-size: 34px;
	line-height: 1;
}

.ind_tit .tit h3::before {
	position: absolute;
	content: "";
	right: 100%;
	top: 50%;
	margin-top: -6px;
	margin-right: 15px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: white;
}

.ind_tit .tit p {
	font-size: 12px;
	line-height: 1;
	margin-top: 13px;
	text-transform: uppercase;
}


.ind_banner img{
	width: 100%;
}


/* 头部导航 s*/
.header {
	width: 100%;
}

.header .logo {
	float: left;
}

.header .logo a {}

.header .logo a h1 {
	line-height: 95px;
	height: 95px;
}

.header .logo a h1 img {
	display: inline-block;
	max-width: auto;
	width: auto;
	height: 48px;
}

.header .nav_item {
	float: right;
}

.header .nav_item ul {}

.header .nav_item ul&gt;li {
	float: left;
	margin: 0 10px;
	position: relative;
}

.header .nav_item ul&gt;li&gt;a {
	padding: 0 32px;
	height: 95px;
	line-height: 95px;
	color: #444444;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
}

.header .nav_item ul&gt;li:hover&gt;a {
	background-color: #006cb1;
	color: white;
}

.header .nav_item ul li dl {
	display: none;
	position: absolute;
	z-index: 99999;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-transform-origin: top center;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	width: 100%;
}

.header .nav_item ul li dl dd {
	width: 100%;
	position: relative;
}

.header .nav_item ul li dl dd a {
	position: relative;
	display: block;
	/* border-top: 1px solid #eee; */
	text-align: left;
	width: 100%;
	overflow: hidden;
	padding: 12px 10px 12px 20px;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.header .nav_item ul li dl dd a:before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -7px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header .nav_item ul li dl dd:hover a:before {
	opacity: 1;
}

.header .nav_item ul li dl dd:hover a {
	background-color: #006cb1;
	color: #fff;
}

.header .fr {}

.header_search {
	float: left;
	display: inline-block;
	margin-top: 30px;
	margin-left: 20px;
}

.header_search form {
	overflow: hidden;
	display: inline-block;
}

.header_search form input {
	width: 192px;
	line-height: 35px;
	height: 35px;
	float: left;
	background-color: #eeeeee;
	border-radius: 18px;
	color: #555;
	overflow: hidden;
	vertical-align: middle;
	border: 0;
	padding-left: 24px;
	box-sizing: border-box;
}

.header_search form input::placeholder {
	color: #9f9f9f;
	font-size: 14px;
}

.header_search form input:focus {
	border: none;
	outline: none
}

.header_search form button {
	float: right;
	width: 30px;
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
	text-transform: capitalize;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #333;
	border: none;
	overflow: hidden;
	vertical-align: middle;
	background: url(../images/icon_search.png) no-repeat center;
	background-size: 24px auto;
	outline: none;
	cursor: pointer;
}

.header .language {
	margin-left: 20px;
	margin-top: 32.5px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #eeeeee;
	float: right;
	padding-left: 20px;
}

.header .language a {
	color: #1c1c1c;
	font-size: 22px;
}

/* 头部导航 e*/


/* 公司介绍 */
.ind_ab {
	padding: 50px 0 0;
	/* background-color: #fafafa; */
}

.ind_ab .ind_tit {
	background: url(../images/ind_ab_tit.jpg) no-repeat center;
	background-size: cover;
}

.ind_ab .info {
	padding: 30px 0 50px;
}

.ind_ab .info p {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	text-indent: 2em;
}

.ind_ab .pic {
	overflow: hidden;
}

.ind_ab .pic .fl,
.ind_ab .pic .fr {
	width: 49%;
}

.ind_ab .pic img{
	max-width: 100%;
}

.ind_ab .video_btn {
	margin-top: 25px;
	text-align: left;
	font-size: 14px;
	margin-left: 5px;
	color: #626262;
	cursor: pointer;
}

.ind_ab .video_btn img {
	display: inline-block;
	max-width: auto;
	width: auto;
	vertical-align: middle;
}

/* .ind_ab .video_btn p{
	
} */


/* 产品中心 */
.ind_pro {
	padding: 50px 0 0;
}

.ind_pro .ind_tit {
	background: url(../images/ind_pro_tit.jpg) no-repeat center;
	background-size: cover;
}

.ind_pro ul {
	overflow: hidden;
	padding-top: 30px;
}

.ind_pro ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.ind_pro ul li:nth-child(3n) {
	margin-right: 0;
}

.ind_pro ul li a {}

.ind_pro ul li a img {
	width: 100%;
}

.ind_pro ul li a p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* 解决方案&amp;合作伙伴 */
.ind_sol {
	padding: 40px 0 30px;
	/* background-color: #fafafa; */
}

.ind_sol .ind_tit {
	background: url(../images/ind_sol_tit.jpg) no-repeat center;
	background-size: cover;
}

.ind_sol_con {
	padding-top: 30px;
	overflow: hidden;
}

.ind_sol_con li {
	float: left;
	width: calc((100% - 18px)/4);
	margin-right: 6px;
	margin-bottom: 6px;
}

.ind_sol_con li:nth-child(4n) {
	margin-right: 0;
}

.ind_sol_con li a {}

.ind_sol_con li img {
	width: 100%;
}

.ind_hezuo_con {
	padding: 50px 15px 0;
	overflow: hidden;
}

.ind_hezuo_con li {
	float: left;
	width: 15.5%;
	margin-right: 1.4%;
	margin-bottom: 18px;
	background-color: white;
}
.ind_hezuo_con li img{
	width: 100%;
}

.ind_hezuo_con li:nth-child(6n) {
	margin-right: 0;
}

.ind_hezuo_con li a {}

.ind_hezuo_con li .com-img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ind_hezuo_con li:hover a .com-img {
	box-shadow: 0 0 10px 8px #f3f3f3;
}

.ind_hezuo_con li .com-img:hover img {
	transform: scale(1);
	-ms-transform: scale(1);
	/* IE 9 */
	-moz-transform: scale(1);
	/* Firefox */
	-webkit-transform: scale(1);
	/* Safari 和 Chrome */
	-o-transform: scale(1);
}

.ind_hezuo_con li a img {}


/* 右侧悬浮招商代理 */
.serve {
	position: fixed;
	top: 50%;
	margin-top: -118px;
	right: 20px;
	left: auto;
	font-family: "Microsoft YaHei";
	z-index: 9;
	background: #006cb1
}

.serve .phone {
	background: url(images/bg3.png) no-repeat center center;
	width: 88px;
	/*height:88px;*/
	text-align: center;
	padding-top: 12px;
	cursor: pointer;
	margin-bottom: 12px;
	position: relative;
	border-radius: 10px;
}

.serve .phone img {
	width: 33px;
	height: 33px;
	display: block;
	margin: 0 auto;
	margin-bottom: 2px;
}

.serve .phone .iphone {
	font-size: 14px;
	color: #fff;
}

.serve .phone .consult {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 0px;
	height: 56px;
	background: #006cb1;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 20px 0 0 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	*zoom: 1;
}

.serve .weixin {
	background: url(images/bg3.png) no-repeat center center;
	width: 76px;
	height: 59px;
	text-align: center;
	padding-top: 17px;
	cursor: pointer;
	margin-bottom: 5px;
	position: relative;
}

.serve .weixin img {
	width: 37px;
	height: 29px;
	display: block;
	margin: 0 auto;
	margin-bottom: 2px;
}

.serve .weixin .wechat {
	font-size: 14px;
	color: #fff;
}

.serve .weixin .code {
	width: 92px;
	height: 92px;
	position: absolute;
	top: -8px;
	left: 0;
	background: #006cb1;
	opacity: 0;
	filter: alpha(opacity=0);
	*zoom: 1;
	border-radius: 4px;
}

.serve .weixin .code img {
	width: 68px;
	height: 68px;
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	padding: 4px;
	background: #fff;
}

.serve a {
	background: url(images/bg3.png) no-repeat center center;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
	display: block;
	padding: 0 5px;
}

.serve a img {
	width: 37px;
	height: 21px;
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
}

.serve a .return {
	font-size: 14px;
	color: #fff;
}


/* 弹出视频 */


/* 弹出视频 */

.tacnhuang {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

.tacnhuang .tbox {
	width: 70%;
	height: 70vh;
	position: relative;
	margin: 15vh auto;
}

.tacnhuang .tbox .out {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/out.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.tacnhuang .tbox .out:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.tacnhuang .tbox .video {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.tacnhuang .tbox .video video {
	display: block;
	width: 100%;
	max-height: 100%;
}

.tacnhuang .tbox img {
	display: block;
	margin: 0 auto;
	max-width: inherit;
	height: 100%;
}

.img_tacnhuang .tbox {
	width: 800px;
	background: #fff;
	-moz-box-shadow: 1px 1px 10px #fff;
	-webkit-box-shadow: 1px 1px 10px #fff;
	box-shadow: 1px 1px 10px #fff;
	border-radius: 5px;
	padding: 1px;
}

.img_tacnhuang .tbox .img {
	width: 400px;
	margin: 80px auto 30px;
	position: relative;
	overflow: hidden;
}

.img_tacnhuang .tbox .img img {
	display: block;
	width: 100%;
}

.img_tacnhuang .tbox .img img.kuang {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.img_tacnhuang .tbox .tt {
	width: 400px;
	height: 60px;
	background: #f9f9f9;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	line-height: 1.5;
	justify-content: center;
}

.jg_tacnhuang .tbox .video {
	background: #fff;
}

.shipin {
	position: relative;
}

/* 页脚 */
.footer {
	background-color: #2c2c2c;
	padding: 60px 0;
	text-align: left;
}

.footer .foot_con1 {
	float: left;
	width: 30%;
}

.footer [class*="foot_con"] dl {
	color: #9c9c9c;
}

.footer [class*="foot_con"] dl dt {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.footer [class*="foot_con"] dl dd {
	font-size: 16px;
	line-height: 24px;
}

.footer .foot_con2 {
	float: left;
	width: 32%;
	margin-left: 8%;
}

.footer .foot_con2 dl {}

.footer .foot_con2 dl dt {}

.footer .foot_con2 dl dd {}

.footer .foot_con3 {
	float: right;
	max-width: 28%;
}

.footer .foot_con3 .wx {
	width: 130px;
	height: auto;
	float: left;
	max-width: 50%;
}

.footer .foot_con3 .wx img {
	width: 100%;
}

.footer .foot_con3 .info {
	float: right;
	padding: 35px 0 0 25px;
	color: #9c9c9c;
}

.footer .foot_con3 .info h3 {
	font-size: 16px;
	line-height: 1;
}

.footer .foot_con3 .info p {
	font-size: 12px;
	padding: 15px 0;
	line-height: 1;
	text-transform: uppercase;
}

.footer .foot_con3 .info ul {}

.footer .foot_con3 .info ul li {
	float: left;
	margin-right: 15px;
	position: relative;
}
.footer .foot_con3 .info ul li:last-child{
    margin-right: 0;
}

.footer .foot_con3 .info ul li a {}

.footer .foot_con3 .info ul li a img {}

.footer .foot_con3 .info ul li a .pic {
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff;
	left: 0;
	top: -120px;
	padding: 5px;
	border: 1px solid #aaa;
}

.footer .foot_con3 .info ul li:hover a .pic {
	display: block;
}

.footer .foot_con3 .info ul li a .pic img {
	max-width: 100%;
}

.foot_bot {
	text-align: center;
	border-top: #3b3b3b 1px solid;
	background: #2c2c2c;
	padding: 25px 0;
	
}

.foot_bot a,.foot_bot p{
	display: inline-block;
	color: #7d7d7d;
	line-height: 20px;
	padding: 0 5px;
	vertical-align: middle;
}
.foot_bot a img{
	vertical-align: middle;
}


/* productlist */

.proli {
	float: left;
	width: 720px;
}

.proli ul {
	margin-bottom: 40px;
}

.proli li {
	float: left;
	width: 31%;
	margin-right: 2.66%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.proli li:nth-child(3n) {
	margin-right: 0px;
}

.proli li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.proli li a&gt;img {
	position: relative;
	width: 100%;
	transition: all 0.3s;
	top: 0px;
	left: 0px;
	margin-bottom: 32px;
}

.proli li h3 {
	width: 100%;
	z-index: 9;
	background-color: #fff;
	border-top: 1px solid #ddd;
	font-size: 14px;
	color: #444;
	line-height: 32px;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}

.proli li .rect-100{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.proli li .rect-100 ._full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    *height: auto;
    object-fit: cover;
}

.proli li .prodb {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	/*position: absolute;*/
	/*top: 0px;*/
	/*left: 0px;*/
	/*background-color: rgba(23, 57, 129, 0);*/
	/*z-index: 8;*/
	/*transition: all 0.3s;*/
}
.proli li .pic{
    overflow: hidden;
    position: relative;
}
.proli li .prodb img {
	width: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	opacity: 0;
	transition: all 0.3s;
}

.proli li a:hover&gt;img {
	max-width: 110%;
	width: 110%;
	left: -5%;
	top: -10px;
}

.proli li a:hover h3 {
	background-color: #006cb1;
	border-top: 1px solid #006cb1;
	color: #fff;
}

.proli li a:hover .prodb img {
	opacity: 0.8;
}

.proli li a:hover .prodb {
	background-color: rgba(23, 57, 129, 0.5);
}

/* product */
.pronyl{
	float: left;
	width: 720px;
	text-align: left;
}
.protop h3{font-size: 18px;margin-bottom: 20px;}
.protop p{line-height: 22px;}
.proma{margin-top: 20px;min-height: 100px;}
.proma h4{background-color: #ddd;font-size: 16px;color: #fff;margin-bottom: 20px;text-align: left;}
.proma h4 span{
	line-height: 32px;
	display: block;
	float: left;
	background-color: #006cb1;
	padding: 0 15px;
}
.proma table{border-collapse:collapse;}
.proma td{border:1px solid #999;padding: 0 5px;color: #666;}

.protr p {color: #666;font-size: 14px;line-height: 32px;margin-left: 5px; border-bottom: 1px dotted #d8d8d8;}
.protr a {color: #666;font-size: 14px;}
.protr h3{font-size:20px;font-weight: bold;color: #333;margin-bottom: 12px;padding-bottom:8px;line-height: 32px;border-bottom: 2px solid #006cb1;text-align: left;word-break: break-all;}
.protr{width: 46%;float: left;}
.probn{width: 47%;margin-right: 6%;text-align: center;line-height: 42px;float: left;background-color: #ccc;margin-top: 20px;transition: all 0.3s; }
.probn a{color: #fff;font-size: 20px;display: block;}
.probn:hover a{color: #fff;}
.probn:hover{ background-color: #006cb1; }
.probn img{height: 32px;vertical-align:middle;display: inline-block;margin-right: 5px;}

.fy{margin-bottom: 20px;margin-top: 30px; padding-top: 20px;border-top: 1px solid #ccc;}
.fy a{display: inline-block;color: #666;}
.fy a:hover{color: #333;}


/* downlist */
.downlist ul{
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.downlist li{
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.downlist li a{
	display: block;
	
	background: url(../images/downtb.png) no-repeat left top;
	background-size: auto 58px;
	padding-left: 22px;
	transition: all 0.3s;
}
.downlist.videolist li a{
    background-image: url('../images/ico_video.png');
    padding-left: 28px;
}
.downlist li h3{
	float: left;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	transition: all 0.3s;
}
.downlist li span{
	display: block;
	float: right;
	line-height: 28px;
	color: #888;
	transition: all 0.3s;
}
.downlist li a:hover{
	background-position: left top -29px;
}
.downlist li a:hover h3,.downlist li a:hover span{
	color: #016cb1;
}
.mainr{
	float: right;
	width: 720px;
}


/* newsnav */

.newsl{
	float: left;
	width: 250px;
	text-align: left;
}
.newsl .newsl1{
	background-color: #eee;
	padding: 20px 15px;
	margin-bottom: 30px;
	/*border-radius:20px 0;*/
}
.newsl1 h3{
	font-size: 24px;
	text-align: left;
	color: #006cb1;
	padding-left: 38px;
}
.newsl1 h4{
	font-size: 14px;
	text-align: left;
	color: #666;
	margin-bottom: 20px;
	position: relative;
	padding-left: 36px;
}
.newsl1 h4 span{
	position: absolute;
	top: -24px;
	left: 0px;
	font-size: 48px;
	line-height: 42px;
}
.newsl1 h5{
	padding-left: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	background-color: #006cb1;
	margin-bottom: 20px;
}
.newsl1 li{
	margin-top: 15px;
	position: relative;
}
.newsl1 li span{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 22px;
	height: 32px;
	z-index: 9;
	background-color: rgba(173, 173, 173, 0.2);
}
.newsl1 li a{
	display: block;
	line-height: 32px;
	padding: 0 10px;
	padding-left: 25px;
	background: url(../images/newsjt.png) no-repeat left 5px top -32px;
	background-size: auto 64px;
	background-color: #e0e0e0;
	transition: all 0.5s;
	color: #666;
}
.newsl1 li a:hover,.newsl1 li.on&gt;a{
	background-position: left 5px top;
	color: #006cb1;
}
.newsl1 li dl{
	display: none;
	background-color: #e0e0e0;
	/*padding-left: 10px;*/
}
.newsl1 li.on dl{
	display: block;
}
.newsl1 li dd{
	margin-left: 10px;
	margin-bottom: 5px;
	position: relative;
}
.newsl1 li dd a{
	display: block;
	/*background-color: #ccc;*/
	margin-bottom: 5px;
}
.newsl1 li dd ul{
	display: none;
	/*background-color: #bbb;*/
}
.newsl1 li dd.on ul{
	display: block;
}
.newsl1 li dd li{
	position: relative;
	margin-left: 10px;
	margin-top: 0px;
}
.newsl1 li.on&gt;a,.newsl1 li.on dd.on&gt;a,.newsl1 li.on dd.on li.on&gt;a{
	background-position: left 5px top;
	color: #006cb1;
}



.newsl .newsl2{
	/*background-color: #eee;*/
	padding: 25px 15px;
	/*border-radius:20px 0;*/
}
.newsl2 h3{
	font-size: 22px;
	text-align: left;
	color: #006cb1;
	padding-left: 0px;
	float: left;
	margin-right: 10px;
}
.newsl2 h4{
	font-size: 14px;
	text-align: left;
	color: #666;
	margin-bottom: 20px;
	position: relative;
	padding-left: 0px;
	float: left;
}
.newsl2 p{
	line-height: 18px;
	float: left;
	color: #666;
}
.newsl2 span{
	/*float: left;*/
	display: block;
	line-height: 18px;
	padding-left: 42px;
	color: #666;
}
.newsl2 .nlc{
	clear: both;
	margin-bottom: 15px;
}
.newsl2 h5{
	border-top: 1px dashed #ccc;
	padding: 5px 0;
	padding-top: 15px;
	padding-left: 50px;
	color: #666;
	font-size: 14px;
	background: url(../images/nltel.png) no-repeat left top 20px;
	background-size:auto 40px;

}
.newsl2 h5 span{
	margin-top: 5px;
	padding-left: 0px;
	color: #444;
	font-size: 24px;

}

/* pronav */
.pror {
	float: right;
	width: 250px;
	text-align: left;
}

.pror .pror1 {
	background-color: #eee;
	padding: 20px 15px;
	margin-bottom: 30px;
	/*border-radius:20px 0;*/
}

.pror1 h3 {
	font-size: 24px;
	text-align: left;
	color: #006cb1;
	padding-left: 38px;
}

.pror1 h4 {
	font-size: 14px;
	text-align: left;
	color: #666;
	margin-bottom: 20px;
	position: relative;
	padding-left: 36px;
}

.pror1 h4 span {
	position: absolute;
	top: -24px;
	left: 0px;
	font-size: 48px;
	line-height: 42px;
}

.pror1 h5 {
	padding-left: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	background-color: #006cb1;
	margin-bottom: 20px;
}

.pror1 li {
	margin-top: 15px;
}

.pror1 li a {
	display: block;
	line-height: 32px;
	padding: 0 10px;
	padding-left: 22px;
	background: url(../images/newsjt.png) no-repeat left 5px top -32px;
	background-size: auto 64px;
	background-color: #e0e0e0;
	transition: all 0.5s;
	color: #666;
}

.pror1 li a:hover,.pror1 li.active a{
	background-position: left 5px top;
	color: #006cb1;
}

.pror .pror2 {
	background-color: #eee;
	padding: 25px 15px;
	/*border-radius:20px 0;*/
}

.pror2 h3 {
	font-size: 22px;
	text-align: left;
	color: #006cb1;
	padding-left: 0px;
	float: left;
	margin-right: 10px;
}

.pror2 h4 {
	font-size: 14px;
	text-align: left;
	color: #666;
	margin-bottom: 20px;
	position: relative;
	padding-left: 0px;
	float: left;
}

.pror2 p {
	line-height: 18px;
	float: left;
	color: #666;
}

.pror2 span {
	/*float: left;*/
	display: block;
	line-height: 18px;
	padding-left: 42px;
	color: #666;
}

.pror2 .nlc {
	clear: both;
	margin-bottom: 15px;
}

.pror2 h5 {
	border-top: 1px dashed #ccc;
	padding: 5px 0;
	padding-top: 15px;
	padding-left: 50px;
	color: #666;
	font-size: 14px;
	background: url(../images/nltel.png) no-repeat left top 20px;
	background-size: auto 40px;

}

.pror2 h5 span {
	margin-top: 5px;
	padding-left: 0px;
	color: #444;
	font-size: 24px;
}


/* honor */

.album ul{
    margin: 20px 0;
    
}
.album li{
    float: left;
    width: 23%;
    margin-right: 2.66%;
    position: relative;
    margin-bottom: 30px;
}
.album li:nth-child(4n){
    margin-right: 0px;
}

.album li a{
    display: block;
    position: relative;
    border: 1px solid #ddd;
}
.album li .albumim{
    vertical-align: middle;
}
.album li h3{ text-align: center;color: #333;line-height: 42px;font-size: 16px;transition: all 0.5s;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding: 0 2px;vertical-align: middle;position: relative;z-index: 2;background-color: white;}
.album li img{ width: 100%;display: inline-block; }
.album li .albumdb{ display: block;position: absolute;bottom: 42px; background-color: rgba(0,0,0,0.5);width: 100%;height:0px;transition: all 0.3s;line-height: 0px;overflow: hidden;text-align: center;font-size: 15px;color: #fff; }
.album li a:hover h3{ background-color: #006cb1;color: #fff; }


/* ab_sort_nav */
.tapico {
	width: 100%;
	height: 360px;
	margin-bottom: 30px;
}

.zjtit {
	font-size: 26px;
	height: 50px;
	color: #02529B;
	background:url(../images/fwtit.jpg) no-repeat center bottom;
	text-align: center;
	margin-bottom: 20px;
}

.zjtit a {
	color: #2e374e;
	font-size: 28px;
	font-weight: bold;
}

.zjtit em {
	display: block;
	color: #555555;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 5px;
	font-weight: bold;
}

.protil {
	height: 93px;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	width: 815px;
	margin: 0 auto;
}

.protil li {
	width: 25%;
	float: left;
	height: 60px;
	overflow: hidden;
	border-left: solid 1px #ddd;
	margin-left: -1px;
	position: relative;
}

.protil li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #eee;
	padding: 14px 0 0;
	height: 60px;
	color: #000;
}

.protil li a span {
	display: block;
	color: #969494;
}

.protil li.cur a,
.protil li a:hover {
	color: #fff;
	background: #02529b;
	text-decoration: none;
}

.protil li.cur a span,
.protil li a:hover span {
	color: #fff;
}


/* 限制一行 */
.linelimit {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/* 【常用】限制多行 修改行数-webkit-line-clamp: 2;【兼容必须限高】 */
.linelimit-2 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.linelimit-3 {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}



/* contact */

.contact h3{
	font-size: 18px;
	color: #da0303;
	line-height: 36px;
	text-align: left;
	padding-left: 25px;
	background: url({aspcms:sitepath}/Templates/{aspcms:defaulttemplate}/images/conadds.png) no-repeat left center;
	background-size: auto 20px;
	transition: all 0.3s;
}
.contactmain{
	margin-bottom: 10px;
	background-color: #f5f5f5;
	padding:10px 20px;
	text-align: left;
}
.conxhx{
	border-bottom: 1px dashed #ccc;
	margin: 20px 0;
}
.contactli li{
	float: left;
	width: 48%;
	margin-right: 4%;
	background-color: #f5f5f5;
	margin-bottom: 25px;
	padding: 10px 15px;
	cursor:pointer;
	text-align: left;
}
/*.contactli&gt;li&gt;a{
	display: block;
}*/
.contactli li h3,.contactli li p,.contactli li a{
	transition: all 0.3s;
}
/*.contactli li:hover p{
	color: #fff;
}
.contactli li:hover a{
	color: #fff;
}*/

/*.contactli li:hover{*/
/*	background-color: #c90000;*/
/*}*/
/*.contactli li:hover h3{*/
/*	color: #fff;*/
/*	background: url({aspcms:sitepath}/Templates/{aspcms:defaulttemplate}/images/conadds1.png) no-repeat left center;*/
/*	background-size: auto 20px;*/
/*}*/
/*.contactli li:hover p{*/
/*	color: #fff;*/
/*	text-align: left;*/
/*}*/
/*.contactli li:hover a{*/
/*	color: #fff;*/
/*}*/
.contact li:nth-child(2n){
	margin-right: 0px;
}

.tapico{
	width: 100%;
	height: 360px;
	margin-bottom: 30px;
}


.main {
	margin-bottom: 30px;
}

.main1 {
	background-color: #efefef;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.main1 p {
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 200%;
}

.about h3 {
	font-size: 20px;
	font-weight: bold;
	color: #006cb1;
	text-align: center;
	margin: 40px 0 5px;
}

.about span font {
	display: block;
	font-size: 14px;
	color: #006cb1;
	margin-bottom: 30px;
}


@media all and (max-width:1439px) {
    /* 1360 × (768) */
	.header .nav_item ul&gt;li&gt;a{
	    padding: 0 24px;
	}
	
		.footer .foot_con2{
	    margin-left: 6%;
	}
	.footer .foot_con3 .wx{
	    width: 100%;
	    max-width: 100%;
	    text-align: center;
	}
	.footer .foot_con3 .wx img{
	    display: inline-block;
	    width: 120px;
	}
	.footer .foot_con3 .info,.footer .foot_con3 .wx{
	    float: none;
	}
	.footer .foot_con3 .info{
	    text-align: center;
	    padding: 10px 0 0;
	}
	.footer .foot_con3 .info ul{
	    font-size: 0;
	    text-align: center;
	}
	.footer .foot_con3 .info ul li{
	    float: none;
	    display: inline-block;
	}
}</pre></body></html>